home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 8 / Night Owl CD-ROM (NOPV8) (Night Owl Publisher) (1993).ISO / 027a / arj239b.exe / DIFF.DOC < prev    next >
Text File  |  1992-11-22  |  33KB  |  859 lines

  1. Compare ARJ.DOC, 2.30 and 2.39b
  2.  
  3. Changed line 5
  4.   >     User's Manual for the ARJ archiver program,           January 1992
  5. To
  6.   >|    User's Manual for the ARJ archiver program,            October 1992
  7.  
  8. Changed line 12
  9.   >        ARJ version 2.30 release
  10. To
  11.   >|       ARJ version 2.39b release
  12.  
  13. Changed line 20
  14.   >        contain information about the latest improvements to ARJ.
  15. To
  16.   >|       contain information about the latest improvements to ARJ.  Text
  17.   >|       in this document preceded by a BAR "|" is changed from ARJ 2.30.
  18.  
  19. Inserted after line 60
  20.   >     ARJ ERROR MESSAGES
  21.  
  22. Inserted after line 65
  23.   >|    BRIEF BIOGRAPHY OF ARJ AUTHOR:
  24.  
  25. Changed line 165
  26.   >        SLICE with ARJ.
  27. To
  28.   >|       SLICE with ARJ.  In addition, ARJ in multiple volume mode can
  29.   >|       support the use of 3.5 HD diskettes formatted at higher capacities
  30.   >|       than 1.44 MBytes.
  31.  
  32. Changed line 176
  33.   >        SFX module is full-featured with a built-in help screen.
  34. To
  35.   >|       SFX module is full-featured with a built-in help screen.  ARJ also
  36.   >|       includes a smaller SFXJR module with few features.
  37.  
  38. Changed lines 223-226
  39.   >        The only difference between the registered version and the
  40.   >        shareware version is the version/copyright message.  Registered
  41.   >        users receive a registration code to change the version message.
  42.   >
  43. To
  44.   >|
  45.  
  46. Changed line 237
  47.   >        DOS 5.0.
  48. To
  49.   >|       DOS 5.0.  It also runs under the DOS windows of Windows 3.x and
  50.   >|       OS/2 2.0.
  51.  
  52. Changed line 241
  53.   >        ARJ a -r -jt -y "-vasdel a:\vol.*" a:\vol c:\*.*
  54. To
  55.   >|       ARJ a -r -y -jt "-v360sdel arjvol.*" arjvol c:\*.*
  56.  
  57. Changed line 249
  58.   >        archive creation/modification functions.
  59. To
  60.   >|       archive creation/modification functions, the "w" command, and
  61.   >|       the "-jt1" and "-jt2" switches.
  62.  
  63. Changed lines 264-266
  64.   >        named ARJ230.EXE.  Typing ARJ230 [RETURN] at the DOS command prompt
  65.   >        will initiate the self-extraction feature.  ARJ230 will by default
  66.   >        extract its files to the current directory.  When ARJ230 starts,
  67. To
  68.   >|       named ARJ239B.EXE.  Typing ARJ239B [RETURN] at the DOS command prompt
  69.   >|       will initiate the self-extraction feature.  ARJ239B will by default
  70.   >|       extract its files to the current directory.  When ARJ239B starts,
  71.  
  72. Changed lines 280-282
  73.   >        contents of ARJ230.EXE file manually.
  74.   >
  75.   >        Example:  ARJ e ARJ230.EXE \temp\
  76. To
  77.   >|       contents of ARJ239B.EXE file manually.
  78.   >
  79.   >|       Example:  ARJ e ARJ239B.EXE \temp\
  80.  
  81. Changed lines 287-357
  82.   >        Please note that switch options may be placed anywhere in the
  83.   >        command line.
  84.   >
  85.   >        To create an ARJ archive containing all of the files in the
  86.   >        current directory:
  87.   >
  88.   >        ARJ a archive
  89.   >
  90.   >        To create an ARJ archive containing all files with the ".DOC"
  91.   >        extension in the current directory:
  92.   >
  93.   >        ARJ a archive *.DOC
  94.   >
  95.   >        To create an ARJ archive containing all of the files in the
  96.   >        named directory and all files in subdirectories of the named
  97.   >        directory:
  98.   >
  99.   >        ARJ a -r archive named_directory\*.*
  100.   >
  101.   >        To create an archive containing files without path specs:
  102.   >
  103.   >        ARJ a -e archive named_directory\*.*
  104.   >
  105.   >        For maximum compression, use the "-jm" or "-jm1" options.
  106.   >        For better speed, use the -m2 option.
  107.   >
  108.   >        ARJ a -r -jm archive named_directory\*.*
  109.   >        ARJ a -r -m2 archive named_directory\*.*
  110.   >
  111.   >        To create an ARJ archive containing the full specified pathnames
  112.   >        of the stored files including any drive and root specs.
  113.   >
  114.   >        ARJ a -r -jf archive C:\top_directory\*.*
  115.   >
  116.   >        To backup your hard disk to multiple volume archives on drive A
  117.   >        with archive testing and archive bit resetting:
  118.   >
  119.   >        ARJ a -r -jf -jt -a1 -b2 -vvas A:backup C:\*.*
  120.   >
  121.   >        To extract all of the files in an archive to the current
  122.   >        directory:
  123.   >
  124.   >        ARJ e archive
  125.   >
  126.   >        To extract all of the files in an archive to a named directory:
  127.   >
  128.   >        ARJ e archive named_directory\
  129.   >
  130.   >        To extract all files with the ".DOC" extension to the current
  131.   >        directory:
  132.   >
  133.   >        ARJ e archive *.DOC
  134.   >
  135.   >        To extract all of the files in an archive recreating the
  136.   >        original directory structure:
  137.   >
  138.   >        ARJ x archive original_directory_name\
  139.   >
  140.   >        The ending "\" character is optional if the original_directory_name
  141.   >        already exists.
  142.   >
  143.   >        To extract all of the files in an archive containing absolute
  144.   >        pathnames to the original paths:
  145.   >
  146.   >        ARJ x -jf archive
  147.   >
  148.   >        To list all of the files in an archive:
  149.   >
  150.   >        ARJ l archive
  151.   >
  152.   >
  153. To
  154.   >|       See the document INTRO.DOC.
  155.   >
  156.   >
  157.  
  158. Changed lines 407-409
  159.   >        For extracting, ARJ requires approximately 166,000 bytes plus.
  160.   >        The program DEARJ (available to registered users) requires
  161.   >        approximately 123,000 bytes plus.
  162. To
  163.   >|       For extracting, ARJ requires approximately 175,000 bytes plus.
  164.   >        The program DEARJ (available to registered users) requires
  165.   >|       approximately 125,000 bytes plus.
  166.  
  167. Inserted after line 482
  168.   >|       Unlike PKZIP, ARJ does not require additional work space when
  169.   >|       CREATING a new archive.
  170.   >
  171.  
  172. Changed line 496
  173.   >        excellent insurance.
  174. To
  175.   >|       excellent insurance.  If you have bad sectors on your diskettes and
  176.   >|       verify is turned off, DOS will not tell you about diskette errors
  177.   >|       until it is too late.  These errors are UNRECOVERABLE.
  178.  
  179. Changed line 508
  180.   >        command:  ARJ e archive ... -zcomment.txt
  181. To
  182.   >|       command:  ARJ e archive ... -zcomment.txt  (the "..." is
  183.   >|       significant).
  184.  
  185. Changed lines 525-527
  186.   >        solve this memory problem for you.  The latest version is named
  187.   >        SHROM18J.ZIP on Channel One BBS.  According to the SHROOM
  188.   >        documentation, you can reach the author at:
  189. To
  190.   >|       solve this memory problem for you.  The latest version as of
  191.   >|       03/11/92 is named SHROM19C.ZIP on Channel One BBS.  According to
  192.   >|       the SHROOM documentation, you can reach the author at:
  193.  
  194. Changed lines 538-541
  195.   >        SHROOM COMMAND
  196.   >
  197.   >        SHROOM -v COMMAND will let you see SHROOM in action when you shell
  198.   >        out to execute a DOS command.
  199. To
  200.   >|       SHROOM COMMAND.COM
  201.   >
  202.   >|       SHROOM -v COMMAND.COM will let you see SHROOM in action when you
  203.   >|       shell out to execute a DOS command.
  204.  
  205. Inserted after line 560
  206.   >|    ARJ HELP HYPERTEXT PROGRAM
  207.   >|
  208.   >|       ARJ-Help is an electronic book (brand named Window Book (TM)) that
  209.   >|       allows the user to easily discover how to use ARJ. It runs under
  210.   >|       DOS, and can be used as either a stand-alone program or as a TSR
  211.   >|       "popup". It is very fast and has a rich set of features which
  212.   >|       include full-text search, hypertext links, a table of contents that
  213.   >|       can be reorganized to your needs, a complete index, and much more.
  214.   >|       The current version can be found on some BBSes as ARJHLP24.EXE.
  215.   >|
  216.   >|           Window Book, Inc.
  217.   >|           PO Box 390697
  218.   >|           Cambridge, Massachusetts 02139
  219.   >|           USA
  220.   >|
  221.   >|           TEL:   617-661-9515 or 800-524-0380.
  222.   >|           FAX:   617-354-3961
  223.   >|
  224.   >|
  225.   >|    ARCHIVER UTILITIES THAT SUPPORT THE ARJ FORMAT
  226.   >|
  227.   >|       The following are some other utilities that facilitate the use of
  228.   >|       ARJ.  This list is not all inclusive or is it meant as a personal
  229.   >|       recommendation.
  230.   >|
  231.   >|       ARJMENU 1.x     - ARJ shell
  232.   >|       SHEZ 8.x        - Archiver shell
  233.   >|       ARCMASTER 6.x   - Archiver shell
  234.   >|       ZGEN 1.x        - Archiver shell
  235.   >|       ACZAR 1.x       - Archiver shell
  236.   >|
  237.   >
  238.  
  239. Changed lines 566-567
  240.   >        reliability of your diskettes.
  241.   >
  242. To
  243.   >        reliability of your diskettes.  The most common cause of failure
  244.   >|       is bad diskettes.  You should let ARJ test the archives ON the
  245.   >|       diskettes.  Testing the archives before copying them to diskettes
  246.   >|       is not enough.  Critical data should always be backed up two or
  247.   >|       more times.  Please keep in mind that damage to compressed data
  248.   >|       is many times more serious than damage to uncompressed data.
  249.   >
  250.   >|       WARNING:  You should never update multiple volume ARJ archives
  251.   >|       especially backup archives.
  252.   >
  253.  
  254. Changed lines 572-576
  255.   >        ARJ a A:backup -r -vvas -a1 -b2 -i1 -js -jt -jiC:\backup.inx -wC:\ -m4
  256.   >
  257.   >        ARJ a A:backup -r -vvas -a1 -b1 -i1 -js -jt -jiC:\backup.inx -wC:\ -m4
  258.   >
  259.   >        ARJ x A:backup -vv -jycn
  260. To
  261.   >|       ARJ a A:backup -r -vvas -y -a1 -b2 -js -jt -jiC:\backup.inx -wC:\ -m3
  262.   >
  263.   >|       ARJ a A:backup -r -vvas -y -a1 -b1 -js -jt -jiC:\backup.inx -wC:\ -m3
  264.   >
  265.   >|       ARJ x A:backup -vv -y
  266.  
  267. Changed line 596
  268.   >        ARJ a C:backup -r -v360  <other options>   -m4 -y
  269. To
  270.   >|       ARJ a C:backup -r -v360  <other options>   -m3 -y
  271.  
  272. Changed line 602
  273.   >        will create 1000 or 999 uniquely named volumes.
  274. To
  275.   >|       will create up to 1000 or 999 uniquely named volumes.
  276.  
  277. Changed lines 611-612
  278.   >        utility from Vern Buerg.  You will need to type "exit" to allow ARJ
  279.   >        to continue.
  280. To
  281.   >|       utility from Vernon Buerg.  You will need to type "exit" to allow
  282.   >|       ARJ to continue.
  283.  
  284. Changed lines 615-628
  285.   >        restart at the next archive after the last successful volume.  You
  286.   >        will need to examine the information in the "backup.inx" file to
  287.   >        find the name of the file that is to start this archive.  It will
  288.   >        usually be the same as the last filename in the previous volume.
  289.   >        You will also need the byte position to start in this same file.
  290.   >        That can be determined from the information in "backup.inx".  You
  291.   >        can then retype the exact same backup command as before with a few
  292.   >        changes.  You will append the right ".Ann" suffix to the archive
  293.   >        name and you will add the options "-jx" and "-jn" with the proper
  294.   >        arguments.
  295.   >
  296.   >        For example, if the above full backup command failed during
  297.   >        diskette two, on filename "DOS\MODE.COM" which was started at byte
  298.   >        125. This would be the correct command:
  299. To
  300.   >|       restart at the next archive after the last successful volume.
  301.   >
  302.   >|       There are two methods to do this restart.  If you have specified an
  303.   >|       index file with the "-ji" option during the failed backup, you can
  304.   >|       restart by retyping the EXACT SAME command line as before and
  305.   >|       adding the "-jn" option.  This will cause ARJ to scan the
  306.   >|       previously written index file for the proper restart information.
  307.   >|       ARJ will automatically set the correct volume name.
  308.   >|
  309.   >|       Example:  ARJ a a:backup c:\ -r -vvas -jiINDEX.FIL
  310.   >|                 ARJ a a:backup c:\ -r -vvas -jiINDEX.FIL -jn
  311.   >|
  312.   >|       The second method is more complicated.  Refer to the "-jn" and
  313.   >|       "-jx" descriptions for more details.  For example, if the above
  314.   >|       full backup command failed during diskette two, on filename
  315.   >|       "DOS\MODE.COM" which was started at byte 125. This would be the
  316.   >|       correct command:
  317.  
  318. Changed lines 633-636
  319.   >        Be sure to spell the filename exactly the same as it appears in the
  320.   >        "backup.inx" file.  A common error concerns the use of the root
  321.   >        directory symbol "\" with the "-jn" option.  Verify the presence
  322.   >        or absence of the root symbol "\" in the backup index file.
  323. To
  324.   >|       A common error concerns the use of the root directory symbol "\"
  325.   >|       with the "-jn" option.  Verify the presence or absence of the root
  326.   >|       symbol "\" in the backup index file.
  327.  
  328. Inserted after line 753
  329.   >        9 ->   not an ARJ archive
  330.  
  331. Changed lines 1085-1087
  332.   >
  333.   >           Currently, ARJ never deletes the archive even when it is empty.
  334.   >
  335. To
  336.   >|
  337.  
  338. Changed line 1144
  339.   >           -f, -u, -c, -d, -v.  Note that there is no error message
  340. To
  341.   >|          -f, -u, -c, -v.  Note that there is no error message
  342.  
  343. Inserted after line 1316
  344.   >|          At ARJ 2.39b, ARJ will set the file date-time stamp of the
  345.   >|          output stream.  File viewing as in ARJ p archive name | LIST /s
  346.   >|          will display the correct file date and time.
  347.   >
  348.  
  349. Changed lines 1504-1516
  350.   >           The "-&" option sets ARJ to install a critical error handler.  This
  351.   >           handler will intercept errors that produce the "Abort, Retry ..."
  352.   >           error messages like bad sector errors and file sharing violations.
  353.   >           It can be specified on the command line or via the environment
  354.   >           variable.  Please note that if you specify "-&" on the command
  355.   >           line, the handler is installed immediately before any files are
  356.   >           processed.  If you specify "-&" in the environment, ARJ will not
  357.   >           install the handler until all switches are processed.
  358.   >
  359.   >           Unattended or BBS uses of ARJ should use the "-&" switch.
  360.   >
  361.   >           You can only use "-&-" to disable this switch.
  362.   >
  363. To
  364.   >|          By default, ARJ allows DOS to handle disk error situations like
  365.   >|          "Write protect" and "Not ready".  You should try to use the
  366.   >|          "Fail" option if possible.
  367.   >|
  368.   >|          The "-&" option sets ARJ to install a non-interactive critical
  369.   >|          error handler.  This is designed for unattended ARJ use.  This
  370.   >|          handler will intercept errors that produce the "Abort, Retry ..."
  371.   >|          error messages like bad sector errors and file sharing
  372.   >|          violations.  It can be specified on the command line or via the
  373.   >|          environment variable.  Please note that if you specify "-&" on
  374.   >|          the command line, the handler is installed immediately before any
  375.   >|          files are processed.  If you specify "-&" in the environment, ARJ
  376.   >|          will not install the handler until all switches are processed.
  377.   >|
  378.   >|          The "-&1" option sets ARJ to install an interactive critical
  379.   >|          error handler.  This handler will prompt the use with the message
  380.   >|          "OK to retry (y/n)".  The user should answer Y or N to retry the
  381.   >|          failed operation.  If you want to abort ARJ, you can press CTL C
  382.   >|          or CTL BREAK.
  383.   >
  384.  
  385. Inserted after line 1753
  386.   >|          The "-i2" option provides a combined percentage and bar progress
  387.   >|          display.
  388.   >
  389.  
  390. Inserted after line 1850
  391.   >|          The "-od" switch sets ARJ to select files no older than the
  392.   >|          specified number of days.  The days are calculated from
  393.   >|          midnight.
  394.   >|
  395.   >|          Examples:  ARJ a archive -od0    select files modified today
  396.   >|                     ARJ a archive -od1    select files modified yesterday
  397.   >|                                           and today
  398.   >
  399.  
  400. Changed line 2026
  401.   >           fill each volume to within 200 to 3000 bytes of specified
  402. To
  403.   >|          fill each volume to within 200 to 1000 bytes of specified
  404.  
  405. Changed lines 2034-2035
  406.   >           or less bytes. The modifier "w" must be specified after the "v"
  407.   >           modifier and before the "a" modifier as in -vvwas.
  408. To
  409.   >|          or less bytes.
  410.  
  411. Changed lines 2048-2051
  412.   >           The pauses between volumes can be suppressed with the "-y"
  413.   >           switch.  You should not suppress the pauses when archiving to
  414.   >           diskettes or extracting from diskettes.  The "-jy" option will
  415.   >           allow you to suppress specific types of queries.
  416. To
  417.   >|          You can suppress the next volume prompt with the "-jyv" option.
  418.   >|          When the multiple volume ARJ files to be used are located on
  419.   >|          drives with removable media (diskette drives, etc.), ARJ will
  420.   >|          ALWAYS PROMPT for the next diskette even with the "-y" option
  421.   >|          specified. At DOS versions before 3.0, only drives A and B are
  422.   >|          considered removable.
  423.  
  424. Changed line 2078
  425.   >           volume.  The "v" modifier must come before any other modifier.
  426. To
  427.   >|          volume.
  428.  
  429. Changed line 2086
  430.   >           prompt the user for permission to continue.
  431. To
  432.   >|          prompt the user for permission to continue.  Please note that
  433.   >|          ARJ can support the use of diskettes formatted at higher than
  434.   >|          normal capacities such as 3.5 inch HD diskettes formatted at
  435.   >|          1.6 MB.
  436.  
  437. Inserted after line 2090
  438.   >|          The "r" modifier allows the reservation of disk space on the
  439.   >|          first volume.  The number after the "r" specifies the space to
  440.   >|          reserve. This is useful for software installation volumes.
  441.   >|
  442.   >|          Example:  ARJ a install -v360r50K   make first volume 50000
  443.   >|                                              bytes smaller than 360K.
  444.   >
  445.  
  446. Changed lines 2094-2095
  447.   >           purging target diskettes before ARJ writes to them.  The "s"
  448.   >           modifier must follow the "a" modifier or the volume size.
  449. To
  450.   >|          purging target diskettes before ARJ writes to them.
  451.   >
  452.   >|          The switch modifier "z" is identical to the "s" modifier except
  453.   >|          that the system command is NOT echoed to the screen.
  454.   >
  455.  
  456. Inserted after line 2116
  457.   >|          The "-v" switch now accepts its modifiers in any order.  The "s"
  458.   >|          modifier must be last because any succeeding text is considered
  459.   >|          the system command to execute.
  460.   >|
  461.   >|          Examples:  ARJ a volume -vavw        beep, autosize, whole files
  462.   >|                     ARJ a volume -vavsDIR     beep, autosize, execute DIR
  463.   >|
  464.  
  465. Changed lines 2129-2140
  466.   >           disabled if the "-y" option has been specified.
  467.   >
  468.   >           For those who have enough free hard disk space, the -v option
  469.   >           can be used to make backing up the hard disk fairly easy.  ARJ
  470.   >           can be set to create multiple floppy sized volumes on the hard
  471.   >           disk for later copy to diskettes.  So even if ARJ is slow, you
  472.   >           can fire up an ARJ backup and some time later, you can quickly
  473.   >           copy the volumes to floppies.  Below are sample backup commands:
  474.   >
  475.   >           arj a backup *.* -b2 -r -v360 -y -jt -js     full backup
  476.   >           arj a backup *.* -b1 -r -v360 -y -jt -js     incremental backup
  477.   >
  478. To
  479.   >|          disabled if the "next volume" prompt has been disabled.
  480.   >
  481.   >|          For those who have enough free hard disk space, the -v option
  482.   >|          can be used to make backing up the hard disk fairly easy.  ARJ
  483.   >|          can be set to create multiple floppy sized volumes on the hard
  484.   >|          disk for later copy to diskettes.  So even if ARJ is slow, you
  485.   >|          can fire up an ARJ backup and some time later, you can quickly
  486.   >|          copy the volumes to floppies.  Below are sample backup commands:
  487.   >|
  488.   >|          arj a backup *.* -b2 -r -v360 -y -jt -js     full backup
  489.   >|          arj a backup *.* -b1 -r -v360 -y -jt -js     incremental backup
  490.   >
  491.  
  492. Changed lines 2144-2148
  493.   >           WARNING:  Updating multiple volume archives with the "-v" switch
  494.   >           set is NOT supported, especially if the new file sizes are not
  495.   >           identical.  This warning does not apply to volumes not
  496.   >           containing split files.
  497.   >
  498. To
  499.   >           *****************************************************************
  500.   >
  501.   >|          WARNING:  Updating multiple volume archives with the "-v" switch
  502.   >|          set is NOT supported or recommended.  By default, ARJ will not
  503.   >|          allow the updating of multiple volume archives.  You can specify
  504.   >|          the "-hu" option to bypass this protection.
  505.   >|
  506.   >|          Example:  ARJ c archive -hu -zcomment.txt
  507.   >
  508.   >           *****************************************************************
  509.   >
  510.  
  511. Inserted after line 2177
  512.   >|          When using the "-w" switch while archiving to multiple volumes,
  513.   >|          ARJ will check the available disk space in the work directory.
  514.   >|          If there is not enough space, ARJ will prompt for permission to
  515.   >|          continue.  This prompt can be suppressed with the "-y" and
  516.   >|          "-jyd" switches.
  517.   >
  518.  
  519. Changed lines 2257-2258
  520.   >           next volume pause using the "-v" option.
  521.   >
  522. To
  523.   >|          next volume pause using the "-v" option to create volumes on the
  524.   >|          hard disk.
  525.   >|
  526.   >|          The "-y" switch will NOT suppress the "-v" next volume prompt
  527.   >|          when the archive is located on a drive with removable media
  528.   >|          such as a diskette drive.
  529.   >|
  530.  
  531. Inserted after line 2296
  532.   >      ja1: inhibit the display of the archive comment
  533.   >
  534.   >           The "-ja1" switch will suppress the display of the archive
  535.   >           comment.
  536.   >
  537.  
  538. Inserted after line 2411
  539.   >|          Please note that including the SFX modules, DEARJ, or ARJ as
  540.   >|          part of a hardware and/or software package ALWAYS REQUIRES an
  541.   >|          ARJ distribution license.
  542.   >
  543.  
  544. Changed line 2446
  545.   >           "-y" option on the command line.
  546. To
  547.   >|          "-e", "-x" or "-y" options on the command line.
  548.  
  549. Changed lines 2559-2562
  550.   >           However, at ARJ 2.30, ARJ will use a larger Huffman buffer size
  551.   >           when compressing text files as determined by the test discussed
  552.   >           in the section on the "-t" option.
  553.   >
  554. To
  555.   >|
  556.  
  557. Inserted after line 2608
  558.   >|          The "-hi" option will set ARJ to write more detail to the index
  559.   >|          file.
  560.   >
  561.  
  562. Changed line 2614
  563.   >           make it useable by removing the broken portion.
  564. To
  565.   >|          make it usable by removing the broken portion.
  566.  
  567. Changed lines 2624-2626
  568.   >           The "-jm" switch sets the maximum compression mode.  This mode
  569.   >           changes both method 1 and method 2 to the maximum compression for
  570.   >           those methods.  This may increase compression time significantly.
  571. To
  572.   >|          The "-jm" switch sets the maximum compression mode.  This mode
  573.   >|          is used with method 1 "-m1" to increase its compression.  This
  574.   >|          may increase compression time significantly.
  575.  
  576. Changed line 2635
  577.   >           Usage of "-jm" with "-m3" or "-m4" is NOT SUPPORTED.
  578. To
  579.   >|          Use of "-jm" with "-m2", "-m3", or "-m4" is NOT SUPPORTED.
  580.  
  581. Inserted after line 2655
  582.   >|          New at ARJ 2.39b is the feature where ARJ will automatically scan
  583.   >|          the previously written index file ("-ji") to get the restart
  584.   >|          information needed.  You only need append "-jn" to the previous
  585.   >|          backup command line.  This option will not work without the
  586.   >|          index file.  ARJ will automatically set the correct volume name.
  587.   >|
  588.   >|          Example:  ARJ a a:backup c:\*.* -r -vvas -jiINDEX.FIL
  589.   >|                    ARJ a a:backup c:\*.* -r -vvas -jiINDEX.FIL -jn
  590.   >
  591.  
  592. Inserted after line 2666
  593.   >|      jo: extract to unique Output names
  594.   >
  595.  
  596. Changed lines 2704-2706
  597.   >           until it finds the end of file.  At that point ARJ will print an
  598.   >           error message stating that it encountered the end of file
  599.   >           unexpectedly.  This is to be expected.
  600. To
  601.   >|          until it finds the end of archive marker.  If the archive is
  602.   >|          damaged, ARJ may display a message stating that it encountered
  603.   >|          the end of file unexpectedly.
  604.  
  605. Changed lines 2882-2884
  606.   >           You may set the "-jyyr" option in the environment variable
  607.   >           ARJ_SW.  You may subsequently turn off the "-jyyr" options
  608.   >           with "-jyyr-".
  609. To
  610.   >|          ARJ will allow you to specify individual "jy" options in
  611.   >|          separate switch strings as in "-jyy -jyr".  You may inhibit a
  612.   >|          switch as in "-jyr-".  As with other switches, the "jy" switches
  613.   >|          toggle as in "-jyr -jyr".
  614.  
  615. Changed lines 2896-2899
  616.   >           Syntax:  arj c archive file1 -jzcomment.txt
  617.   >                    arj c archive file1 -zheader.cmt -jzfile.cmt
  618.   >
  619.   >
  620. To
  621.   >           Syntax:  ARJ c archive file1 -jzcomment.txt
  622.   >                    ARJ c archive file1 -zheader.cmt -jzfile.cmt
  623.   >
  624.   >|      ha: ignore readonly Attribute
  625.   >|
  626.   >|          The "-ha" switch sets ARJ to reset the attributes of a file to be
  627.   >|          overwritten or a file to be deleted.  This allows the overwrite or
  628.   >|          delete operation to proceed.
  629.   >|
  630.   >|          A slight performance degradation may result from using this option.
  631.   >|
  632.   >|          Examples:  ARJ e archive -ha
  633.   >|                     ARJ m archive -ha dir\*.*
  634.   >|
  635.   >|      hc: execute DOS Command at ARJ start
  636.   >|
  637.   >|          The "-hc" switch sets ARJ to execute a DOS command at the start
  638.   >|          of the execution of ARJ immediately after the command line
  639.   >|          switch options have been processed, but before the wildcard
  640.   >|          search is started.  This can be used to clear the screen to hide
  641.   >|          the command line or to provide a pause option to allow swapping
  642.   >|          diskettes.
  643.   >|
  644.   >|          Examples:  ARJ a -hcCLS archive -gpassword
  645.   >|                     ARJ a -hcPAUSE archive *.*
  646.   >|
  647.   >|      he: set error on security Envelopes
  648.   >|
  649.   >|          The "-he" switch sets ARJ to abort with an error code of 4 when
  650.   >|          processing a possibly ARJ-SECURED archive.  This is useful as a
  651.   >|          REARJ.CFG option for ARJ.  This will prevent REARJ from
  652.   >|          converting an ARJ-SECURED archive to the same or another format.
  653.   >|
  654.   >|          Examples:  ARJ l secured.arj -he
  655.   >|
  656.   >|
  657.   >|      hi: full detail display in Index files
  658.   >|
  659.   >|          The "-hi" switch when used with the "-ji" switch sets ARJ to
  660.   >|          include the file date-time stamp, the original file size, the
  661.   >|          compressed file size, the compression ratio, and the filename in
  662.   >|          the index file.
  663.   >|
  664.   >|          Example:  ARJ a a:backup c:\*.* -r -va -jiINDEX -hi
  665.   >|
  666.   >|
  667.   >|      hs: disable file Sharing
  668.   >|
  669.   >|          The "-hs" switch sets ARJ to disable its file sharing feature.
  670.   >|          This may be necessary for some unusual applications.
  671.   >|
  672.   >|
  673.   >|      hu: allow the Updating of multiple volume archives
  674.   >|
  675.   >|          The "-hu" switch sets ARJ to allow the updating of multiple volume
  676.   >|          archives.  At this revision, by default, ARJ does not allow
  677.   >|          updating of multiple volume archives because of the possibility of
  678.   >|          losing data.
  679.   >|
  680.   >|          Example:  ARJ c archive -hu -zcomment.txt
  681.   >|
  682.   >|
  683.   >|      hw: modify search filename display
  684.   >|
  685.   >|          The "-hw" switch sets the ARJ w command to display the
  686.   >|          "Searching ..." filenames messages in a scroll saving format.
  687.   >|          Filenames of files that do not contain string matches will be
  688.   >|          overwritten on the screen.
  689.   >|
  690.   >|          The "-hw1" switch sets the ARJ w command to ONLY display the
  691.   >|          "Searching ..." filenames messages for files that contain string
  692.   >|          messages.
  693.   >
  694.   >
  695.  
  696. Inserted after line 2909
  697.   >|       -od
  698.  
  699. Inserted after line 2924
  700.   >|       -hc
  701.   >|       -he
  702.   >|       -hs
  703.  
  704. Deleted line 2926
  705.   >
  706.  
  707. Inserted after line 2937
  708.   >|       -hu
  709.  
  710. Inserted after line 2951
  711.   >|       -hi
  712.  
  713. Inserted after line 2982
  714.   >|       -hi
  715.  
  716. Inserted after line 3005
  717.   >|       -hw  - works for w command
  718.  
  719. Deleted line 3008
  720.   >
  721.  
  722. Inserted after line 3194
  723.   >|          ARJ w archive -hw
  724.  
  725. Inserted after line 3251
  726.   >|       Under MS-DOS 4.01, ARJ may not extract LARGE (greater than 32MB)
  727.   >|       files from multiple volume archives properly.  The "dir" reported
  728.   >|       size may be incorrect.  A simple "CHKDSK /f" will correct the size.
  729.   >|       This problem is due to a BUG in MS-DOS 4.01.  Microsoft Corp has
  730.   >|       fixes available for several DOS 4.01 bugs including this one.
  731.   >
  732.  
  733. Inserted after line 3265
  734.   >|       If you have garbled (-g) ARJ archives that were created by ARJ 2.21
  735.   >|       and the garbled files were stored (-m0) by ARJ, you may need to
  736.   >|       refer to ARJ 2.30 to extract those files without getting a CRC
  737.   >|       error.
  738.   >
  739.  
  740. Inserted after line 3285
  741.   >|    ARJ ERROR MESSAGES:
  742.   >|
  743.   >|       See the document ERRORS.DOC.
  744.   >|
  745.   >
  746.  
  747. Changed lines 3306-3309
  748.   >        correspondence.  Keeping up with the ARJ mail has become expensive.
  749.   >        Foreign UNREGISTERED corresponders should include currency or
  750.   >        postal coupons instead of stamps.  Otherwise, I may have to ignore
  751.   >        your correspondence.
  752. To
  753.   >|       correspondence.  Foreign UNREGISTERED corresponders should include
  754.   >|       currency or postal coupons instead of stamps.  Otherwise, your
  755.   >|       correspondence may go unanswered.
  756.  
  757. Changed line 3325
  758.   >        for the integrity of the archive if the ARJ230.EXE verifies its
  759. To
  760.   >|       for the integrity of the archive if the ARJ239B.EXE verifies its
  761.  
  762. Changed lines 3336-3338
  763.   >        Please specify diskette size (3.5 or 5.25 inch);  otherwise, I
  764.   >        will ship a 3.5 inch diskette.  Please allow a few weeks for
  765.   >        delivery, longer for foreign deliveries.
  766. To
  767.   >|       Please specify diskette size (3.5 or 5.25 inch);  otherwise, a 3.5
  768.   >|       inch diskette will be shipped.  Please allow a few weeks for
  769.   >|       delivery, longer for foreign deliveries.
  770.  
  771. Changed line 3346
  772.   >        local registration and technical support for ARJ.
  773. To
  774.   >|       local registration and technical support for ARJ.  Other
  775.   >|       distributors only provide the evaluation version of ARJ.
  776.  
  777. Changed lines 3364-3383
  778.   >        In Germany:
  779.   >
  780.   >        C.A.T. Kommunikations-System       Internet: arj@cat.de
  781.   >        Systemberatung A. Dunkel             SubNet: arj@cat.sub.org
  782.   >        Robert-Schuman-Ring 37              FidoNet: 2:243/12
  783.   >        D 6239 Kriftel, Germany             Mailbox: (06192) 42054 (2400 Baud)
  784.   >                                                     (06192) 42057 (19200 PEP)
  785.   >                                                NUA: 45619270055
  786.   >
  787.   >
  788.   >        In the United Kingdom:
  789.   >
  790.   >        Chris Pelling                    Compuserve: 100020,2607
  791.   >        Supreme Computer Peripherals          Phone: +44 342 317976
  792.   >        84 Heathcote Drive
  793.   >        East Grinstead
  794.   >        West Sussex
  795.   >        RH19 1ND, England
  796.   >
  797.   >
  798. To
  799.   >|       In Germany:
  800.   >|
  801.   >|       C.A.T. Kommunikations-System            Tel: +49-6192-41360
  802.   >|       Systemberatung A. Dunkel                     +49-6192-940110
  803.   >|       Koenigsberger Strasse 41                Fax: +49-6192-496949
  804.   >|       D 6239 Kriftel, Germany            Internet: arj@cat.de
  805.   >|                                            SubNet: arj@cat.sub.org
  806.   >|                                           FidoNet: 2:241/6010
  807.   >|                                           Mailbox: (06192) 42054 (2400 Baud)
  808.   >|                                                    (06192) 42057 (19200 PEP)
  809.   >|                                               NUA: 45619270055
  810.   >
  811.   >
  812.   >|       In the United Kingdom:
  813.   >|
  814.   >|       Alan Stocker                            Tel: 0223 208288
  815.   >|       Precision Software Publishing           Fax: 0223 208089
  816.   >|       3, Valley Court Offices,                BBS: 0223 208094
  817.   >|       Lower Road, Croydon, Nr. Royston,
  818.   >|       Hertfordshire SG8 0HF            Compuserve: 70007,5562
  819.   >|       United Kingdom                               100034,2353
  820.   >
  821.   >
  822.  
  823. Changed lines 3424-3425
  824.   >        And to the many others who have helped or provided messages of
  825.   >        support, THANKS!!!
  826. To
  827.   >|       And to the many others who have helped, provided messages of
  828.   >|       support, or provided financial support, THANKS!!!  Because of
  829.   >|       you, I am able to provide FULL-TIME support to ARJ!
  830.  
  831. Inserted after line 3432
  832.   >|       John 15:5
  833.  
  834. Inserted after line 3439
  835.   >|    BRIEF BIOGRAPHY OF THE AUTHOR OF ARJ:
  836.   >|
  837.   >|       Robert Jung grew up in Catonsville, Maryland.  He graduated from
  838.   >|       the University of Maryland in 1970.  After a short stint in the
  839.   >|       U.S. Army, he taught chemistry for six years.  From teaching he
  840.   >|       entered the computer programming profession where he was employed
  841.   >|       as a programmer analyst, a network analyst, and a senior software
  842.   >|       engineer.  In late 1990, he developed the ARJ archive format and
  843.   >|       program to meet a personal need in archiving. In February of 1991,
  844.   >|       he released ARJ 1.00 as a shareware product. The author currently
  845.   >|       supports ARJ full-time and resides in Norwood, Massachusetts with
  846.   >|       his wife, Susan, and son, Timothy.
  847.   >
  848.  
  849. Inserted after line 3459
  850.   >|       Robert Jung in the GT POWER ARJ echo conference.
  851.   >
  852.  
  853. Changed line 3475
  854.   >        CompuServe userid: 72077,445  (Checked once or twice a week)
  855. To
  856.   >|       CompuServe userid: 72077,445
  857.  
  858. Comparison complete
  859.